	#mainContainer{
		margin:0 auto;
		width:100%;
		text-align:left;
		height: 564px;
		border:3px solid #67a07e;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:468px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		margin-left: 30px;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:500px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;

	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:826px;	/* Width of large image div */
		height:500px;	/* Height of large image div */
		float:left;
		margin-top: 27px;
		margin-left: 27px;
		overflow: hidden;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		display: block;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:224px;
		height:140px;
		padding:2px;
		text-align:center;
		margin: 20px 0;
	}
	.strip_of_thumbnails img{
		border:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:2px solid #67a07e;	/* Green border around active thumbnail */
		padding:0px;
		box-sizing:border-box;
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	